home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldo / waldo.exe / FINAL08.DXR / 00306.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  266 b   |  11 lines

  1. global gBDropSprite
  2.  
  3. on mouseDown
  4.   if legalButton(the clickOn) then
  5.     puppetTransition(50, 0, 12)
  6.     advanceFrame(label("Waldo") + random(4), "07 Main Intro loop 8/11.AIFF")
  7.     setProp(gBDropSprite, gBDropSprite + 2, "puppet", 1)
  8.     go(marker(1))
  9.   end if
  10. end
  11.